home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / RIGHT.dxr / 00075.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  332 b   |  14 lines

  1. on closeActivity
  2.   forget(window "Activity")
  3. end
  4.  
  5. on openActivity name
  6.   set activityRect to the rect of the stage
  7.   set Activity to window "Activity"
  8.   set the rect of Activity to activityRect
  9.   set the fileName of Activity to name
  10.   set the windowType of Activity to 2
  11.   set the titleVisible of Activity to 0
  12.   open(Activity)
  13. end
  14.